FORTRAN$29667$ - vertaling naar Engels
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

FORTRAN$29667$ - vertaling naar Engels

GENERAL-PURPOSE PROGRAMMING LANGUAGE
FORTRAN; Fortran programming language; FORTRAN programming language; Fortran language; FORTRAN (programming language); Fortran (programming language); FORTRAN II; FORTRAN IV; Fortran 90; Fortran 77; FORTRAN 77; FORTRAN77; F77; Fortran 2003; FORTRAN 66; Fortran 95; F95; F2003; Fortran 5 (programming language); Fortran IV; X3J3; Visual Fortran; Fortran 66; Fortran 2008; Formula Translator; Formula Translation; Formula translation; FORTRAN I; Fortran 8X; Fortran 2015; Fort77; Format (Fortran 66); History of Fortran; COMMON BLOCK; Fortran 2018; FORTRAN 86; ECMA-9; Ft (command); Fortran-66
  • manual]] for FORTRAN 77 (f77) compiler
  • FORTRAN and COBOL genealogy tree
  • Flow around a cylinder computed in Fortran with OpenCL (University of Bristol, UK)
  • FORTRAN code on a [[punched card]], showing the specialized uses of columns 1–5, 6 and 73–80
  • A reproduction of a FORTRAN coding form, printed on paper and intended to be used by programmers to prepare programs for punching onto cards by [[keypunch]] operators. Now obsolete.
  • ''The Fortran Automatic Coding System for the [[IBM 704]]'' (October 15, 1956), the first programmer's reference manual for Fortran<ref name="Sayre_1956" />
  • 175]] at [[RWTH Aachen University]], Germany, in 1987
  • General relativistic magnetohydrodynamic Fortran simulation of black hole accretion using the BHAC code with cartesian adaptive mesh
  • US]]
  • John Backus (1924–2007) proposed the FORTRAN project in December 1953 and received the A.M. Turing Award in 1977.
  • Velocity and sea surface temperature in the oceans, computed with the NEMO Fortran code (Nucleus for European Modeling of the Ocean, https://www.nemo-ocean.eu) in the [[Barcelona Supercomputing Center]] (2020).

FORTRAN      
Fortran, Computersprache
scientific notation         
METHOD OF WRITING NUMBERS, ESPECIALLY VERY LARGE OR SMALL ONES
Standard index notation; Scientific Notation; Exponential notation; E-format; Exponential Notation; E notation; ₁₀; Scientific notaion; ⏨; Normalized notation; Normalised notation; Notation scientific; Notation (scientific); Notation normalized; Base-2 scientific notation; Standard index form; Scientific figure; E-notation; Binary scientific notation; Decimal scientific notation; Base-10 scientific notation; Normalised scientific notation; Normalized scientific notation; SCI (calculator mode); Decimal E notation; Binary E notation; Decimal exponential notation; SCI (display mode); SCI display mode; Decimal E-notation; Binary E-notation; Scientific E-notation; Scientific e-notation; Scientific E notation; Scientific e notation; Dex (exponent); Decimal Exponent Symbol; Decimal exponent symbol; Decapower; Decapower notation; Decapower prefix; EE display; E exponent designator; Decimal exponent form; Enter decapower; Enter exponent; EEX (calculator key); EE (calculator key); EXP (calculator key); EX (calculator key); E (calculator key); ED (calculator key); ENTER EXP (calculator key); ENTER EXP; Scientific display format; Scientific display mode; Scientific number format; Floating-point notation; E EX (calculator key); EE↓ (calculator key); SCI (calculator key); Exp (calculator key); FSE (calculator key); Scientific form; Exponent entry; Exponent entry mode; Standard form (scientific notation); P notation; P-notation; D notation (computing); D notation (scientific notation); D notation (FORTRAN); D notation (BASIC); D-notation (scientific notation); D-notation (FORTRAN); D-notation (BASIC); D-notation (computing); B notation (scientific notation); B notation (binary scientific notation); B-notation (binary scientific notation); B-notation (scientific notation); E notation (scientific notation); E-notation (scientific notation); Logarithmic notation; Octal scientific notation; Hexadecimal scientific notation; D-format; Base-8 scientific notation; Base-16 scientific notation; D-notation (MATLAB); D notation (MATLAB); Double precision scientific notation; Single precision scientific notation; Quadruple precision scientific notation; Q notation (FORTRAN); Q-notation (FORTRAN); Q notation (scientific notation); Q-notation (scientific notation); E exponent-letter; D exponent-letter; Q exponent-letter; Double-precision exponent; Single-precision exponent; Quadruple-precision exponent; Quad-precision exponent; Quad precision exponent; Quad precision scientific notation; Quad-precision scientific notation; Exponent E-notation; Exponent (E) notation; Exponent (e) notation; Exponent D-notation; Exponent (D) notation; Exponent (d) notation; Exponent Q-notation; Exponent (Q) notation; Exponent (q) notation; Scientific format (notation); H-notation (scientific notation); H notation (scientific notation); O-notation (scientific notation); O notation (scientific notation); C-notation (scientific notation); C notation (scientific notation)
wissenschaftl. Vertretung (Comput., Vertretung einer Nummer durch die Reihe seiner Ziffern und dem Exponenten, in 10. Basis)

Definitie

Fortran 77
A popular version of Fortran with Block IF, PARAMETER and SAVE statements added, but still no WHILE. It has fixed-length character strings, format-free I/O, and arrays with lower bounds. [ANSI X3.9-1978]. GNU version (ftp://gnu.org/pub/gnu/g77). Amiga version (ftp://ftp.cso.uiuc.edu/amiga/fish/ff470/BCF). (1994-12-16)

Wikipedia

Fortran

Fortran (; formerly FORTRAN) is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing.

Fortran was originally developed by IBM in the 1950s for scientific and engineering applications, and subsequently came to dominate scientific computing. It has been in use for over six decades in computationally intensive areas such as numerical weather prediction, finite element analysis, computational fluid dynamics, geophysics, computational physics, crystallography and computational chemistry. It is a popular language for high-performance computing and is used for programs that benchmark and rank the world's fastest supercomputers.

Fortran's design was the basis for many other programming languages, especially BASIC and ALGOL. But Fortran has itself evolved through numerous versions and dialects, adding extensions while largely retaining compatibility with preceding versions. Successive versions have added support for structured programming and processing of character-based data (FORTRAN 77), array programming, modular programming and generic programming (Fortran 90), High Performance Fortran (Fortran 95), object-oriented programming (Fortran 2003), concurrent programming (Fortran 2008), and native parallel computing capabilities (Coarray Fortran 2008/2018).

Since August 2021, Fortran has ranked among the top fifteen languages in the TIOBE index, a measure of the popularity of programming languages.